feat: Add RTL (Right-to-Left) support for RTL languages in UI/Web/Desktop#14261
feat: Add RTL (Right-to-Left) support for RTL languages in UI/Web/Desktop#14261alefbt wants to merge 35 commits intoanomalyco:devfrom
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Potential Duplicate FoundPR #12023: feat(i18n): Add RTL support for Arabic language Why it's related: This PR also addresses RTL (Right-to-Left) support implementation, specifically for Arabic language. The current PR (14261) appears to be a more comprehensive version that extends RTL support to multiple RTL languages in the UI/Web/Desktop components. Both PRs are tackling the same feature area of adding directional text support. Note: The search returned PR #14261 itself (the current PR), which should be excluded from consideration. |
efdb8ef to
7d17167
Compare
The original error: src/provider/provider.ts:42:39 - error TS2307: Cannot find module '@aws-sdk/credential-providers' or its corresponding type declarations.
…code into feature/rtl-detector
|
Seems that you have unrelated file changes. See bun.lock, package.json. |
sorry about that, i will fix |
…code into feature/rtl-detector
Issue for this PR
Closes #14257 , #7170 , #10908, #6284, #10908, #9255
Type of change
What does this PR do?
Please provide a description of the issue, the changes you made to fix it, and why they work. It is expected that you understand why your changes work and if you do not understand why at least say as much so a maintainer knows how much to value the PR.
If you paste a large clearly AI generated description here your PR may be IGNORED or CLOSED!
When Right-to-Left (RTL) support is missing in a React application, several visual and functional bugs occur:
The solution:
How did you verify your code works?
yes , see the screen shots
Screenshots / recordings
Before:
After:
If this is a UI change, please include a screenshot or recording.
Checklist
If you do not follow this template your PR will be automatically rejected.